runtime.g.throwsplit (field)
7 uses
runtime (current package)
proc.go#L4005: gp.throwsplit = true
proc.go#L4101: gp.throwsplit = true
proc.go#L4200: gp.throwsplit = false
proc.go#L4236: gp.throwsplit = false
runtime2.go#L463: throwsplit bool // must not split stack
signal_unix.go#L676: if !c.sigFromUser() && flags&_SigPanic != 0 && (gp.throwsplit || gp != mp.curg) {
stack.go#L981: if thisg.m.curg.throwsplit {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |